feat: Add /speckit.status command for project progress visibility#1512
Open
jwesleye wants to merge 1 commit intogithub:mainfrom
Open
feat: Add /speckit.status command for project progress visibility#1512jwesleye wants to merge 1 commit intogithub:mainfrom
jwesleye wants to merge 1 commit intogithub:mainfrom
Conversation
Add a new command that displays project status, feature progress, and recommended next actions across the spec-driven development workflow. Key features: - Pipeline view showing all features with their workflow stages - Artifact status for the current/selected feature - Task completion tracking for features in implementation - Next action recommendations based on current state - Support for --all, --verbose, --json, and --feature flags Files added: - templates/commands/status.md - Command template - scripts/bash/get-project-status.sh - Discovery script (Bash) - scripts/powershell/Get-ProjectStatus.ps1 - Discovery script (PowerShell) Documentation updated: - README.md - Added to Optional Commands table - spec-driven.md - Added command description section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new
/speckit.statuscommand that provides visibility into project and feature progress across the spec-driven development workflow.The Gap It Fills
Currently, users have no quick way to understand:
While
/speckit.analyzechecks artifact quality and consistency,/speckit.statusshows progress and state.Key Features
--all,--verbose,--json, and--feature <name>flagsExample Output
Files Added
templates/commands/status.md- Command template with execution stepsscripts/bash/get-project-status.sh- Discovery script (Bash)scripts/powershell/Get-ProjectStatus.ps1- Discovery script (PowerShell)Documentation Updated
README.md- Added to Optional Commands table, updated script listingsspec-driven.md- Added command description sectionTest Plan
get-project-status.sh --jsonreturns valid JSON--featureflag with name, number prefix, and pathAI Disclosure
This PR was developed with Claude Code (Claude Opus 4.5) assistance for:
The design decisions were made collaboratively through discussion, and all code has been reviewed.
🤖 Generated with Claude Code